home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>2. Selection Tools</title>
- <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
- <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
- <meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
- <link rel="start" href="index.html" title="GIMP User Manual" />
- <link rel="up" href="ch03.html" title="Chapter 3. Toolbox" />
- <link rel="prev" href="ch03.html" title="Chapter 3. Toolbox" />
- <link rel="next" href="ch03s02s02.html" title="2.2. Rectangle Selection Tool" />
- </head>
- <body>
- <div xmlns="" class="navheader">
- <table width="100%" summary="Navigation header">
- <tr>
- <th colspan="3" align="center" id="chaptername">Chapter 3. Toolbox</th>
- </tr>
- <tr>
- <td width="20%" align="left"><a accesskey="p" href="ch03.html">Prev</a> </td>
- <th width="60%" align="center" id="sectionname">2. Selection Tools</th>
- <td width="20%" align="right"> <a accesskey="n" href="ch03s02s02.html">Next</a></td>
- </tr>
- </table>
- <hr />
- </div>
- <div class="sect1" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h2 class="title" style="clear: both"><a id="gimp-tools-selection"></a>2. Selection Tools</h2>
- </div>
- </div>
- </div>
- <div class="sect2" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h3 class="title"><a id="gimp-tool-select"></a>2.1. Common Features</h3>
- </div>
- </div>
- </div>
- <a id="id3432221" class="indexterm"></a>
- <p>
- Selection tools are designed to select regions
- from images or layers so you can work on them without affecting
- the unselected areas. Each tool has its own individual
- properties, but the selection tools also share a number of options
- and features in common. These common features are described here;
- the variations are explained in the following sections for
- each tool specifically. If you need help with what a "selection" is
- in Gimp, and how it works, see <a href="ch02s04s04.html" title="4.4. The Selection">
- Selection</a>.
- </p>
- <p>
- There are six selection tools:
- </p>
- <div class="itemizedlist">
- <ul type="disc">
- <li>
- <p>
- Rectangle Select
- </p>
- </li>
- <li>
- <p>
- Ellipse Select
- </p>
- </li>
- <li>
- <p>
- Free Select (the Lasso)
- </p>
- </li>
- <li>
- <p>
- Select Contiguous Regions (the Magic Wand)
- </p>
- </li>
- <li>
- <p>
- Select by Color
- </p>
- </li>
- <li>
- <p>
- Select Shapes from Image (Intelligent Scissors)
- </p>
- </li>
- </ul>
- </div>
- <p>
- In some ways the Path tool can also be thought of as a selection
- tool: any closed path can be converted into a selection. It also
- can do a great deal more, though, and does not share the same set
- of options with the other selection tools.
- </p>
- <div class="simplesect" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h4 class="title"><a id="id3432308"></a>Key modifiers (Defaults)</h4>
- </div>
- </div>
- </div>
- <p>
- The behavior of selection tools is modified if you hold down the
- <span><b class="keycap">Ctrl</b></span>, <span><b class="keycap">Shift</b></span>, and/or
- <span><b class="keycap">Alt</b></span> keys while you use them.
- </p>
- <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
- <table border="0" summary="Note">
- <tr>
- <td rowspan="2" align="center" valign="top" width="25">
- <img alt="[Note]" src="../images/note.png" />
- </td>
- <th align="left">Note</th>
- </tr>
- <tr>
- <td colspan="2" align="left" valign="top">
- <p>
- Advanced users find the modifier keys very valuable, but novice
- users often find them confusing. Fortunately, it is possible
- for most purposes to use the Mode buttons (described below)
- instead of modifier keys.
- </p>
- </td>
- </tr>
- </table>
- </div>
- <div class="variablelist">
- <dl>
- <dt>
- <span class="term">
- <span>
- <b class="keycap">Ctrl</b>
- </span>
- </span>
- </dt>
- <dd>
- <p>
- Holding <span><b class="keycap">Ctrl</b></span> while creating a selection can
- have as many as two effects simultaneously. The first effect
- is variable depending on which tool you are using: see the
- individual tool's documentation for this. The second
- effect, is common to all selection tools: it puts the tool
- into subtraction mode, so that the region you trace out is
- <span class="emphasis"><em>subtracted</em></span> from the pre-existing
- selection. If you only want one of these actions to take
- place, you can release the <span><b class="keycap">Ctrl</b></span> key prior
- to releasing the <span class="mousebutton">mouse button</span>.
- Doing so will leave the selection in subtraction mode, but
- not perform the tool-specific action.
- </p>
- </dd>
- <dt>
- <span class="term">
- <span>
- <b class="keycap">Alt</b>
- </span>
- </span>
- </dt>
- <dd>
- <p>
- Holding <span><b class="keycap">Alt</b></span> will allow movement of the
- current selection (only its frame, not its content). If the
- whole image is moved instead of the selection only, try
- <span><b class="keycap">Shift+Alt</b></span>. Note that the
- <span><b class="keycap">Alt</b></span> key is sometimes intercepted by the
- windowing system (meaning that Gimp never knows that it was
- pressed), so this may not work for everybody.
- </p>
- </dd>
- <dt>
- <span class="term">
- <span>
- <b class="keycap">Shift</b>
- </span>
- </span>
- </dt>
- <dd>
- <p>
- As with the <span><b class="keycap">Ctrl</b></span> key, holding down
- <span><b class="keycap">Shift</b></span> while creating a selection can have
- two distinct effects. The first varies according to which
- tool is used, but it generally involves constraining the
- tool in some way: for example, it constrains the
- rectangle-select tool to select a
- <span class="emphasis"><em>square</em></span> region. The second effect is to
- change the selection mode to "addition", so that the region
- traced out is added to the pre-existing selection.If you
- require only one of these actions to take place, you can
- release the <span><b class="keycap">Shift</b></span> key prior to releasing
- the <span class="mousebutton">mouse button</span>. Doing so will
- leave the selection in addition mode, but without any
- constraints.
- </p>
- </dd>
- <dt>
- <span class="term"><span><b class="keycap">Ctrl</b></span>+<span><b class="keycap">Shift</b></span></span>
- </dt>
- <dd>
- <p>
- Using
- <span><b class="keycap">Ctrl</b></span>-<span><b class="keycap">Shift</b></span>
- together can do a variety of things, depending on which
- tool is used. Common to all selection tools is that the
- selection mode will be switched to intersection, so that
- after the operation is finished, the selection will
- consist of the intersection of the region traced out with
- the pre-existing selection. It is an exercise for the
- reader to play with the various combinations available
- when performing selections while holding <span><b class="keycap">Ctrl</b></span>-<span><b class="keycap">Shift</b></span>
- and releasing either both or either prior to releasing the
- <span class="mousebutton">mouse button</span>.
- </p>
- </dd>
- </dl>
- </div>
- </div>
- <div class="simplesect" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h4 class="title"><a id="id3432578"></a>Options</h4>
- </div>
- </div>
- </div>
- <p>
- Here we describe the tool options that apply to all selection
- tools: options that apply only to some tools, or that affect
- each tool differently, are described in the sections devoted
- to the individual tools. The current settings for these
- options can be seen in the Tool Options dialog, which you
- should always have visible when you are using tools. (Most
- users keep it docked directly below the Toolbox.) To make the
- interface consistent, the same options are presented for all
- selection tools, even though some of them don't have any
- effect for some of the tools.
- </p>
- <div class="variablelist">
- <dl>
- <dt>
- <span class="term">Mode</span>
- </dt>
- <dd>
- <p>
- This determines the way that the selection you create
- is combined with any pre-existing selection. Note
- that the functions performed by these buttons can be
- duplicated using modifier keys, as described above. For
- the most part, advanced users use the modifier keys; novice
- users find the mode buttons easier.
- </p>
- <p>
- </p>
- <div class="mediaobject">
- <img src="../images/tool-options/rectsel-mode-replace.png" />
- </div>
- <p>
- Replace mode will cause any existing selection to be destroyed
- or replaced when the new selection is created.
- </p>
- <p>
- </p>
- <div class="mediaobject">
- <img src="../images/tool-options/rectsel-mode-add.png" />
- </div>
- <p>
- Add mode will cause the new selection to be added to any
- existing selection regions.
- </p>
- <p>
- </p>
- <div class="mediaobject">
- <img src="../images/tool-options/rectsel-mode-subtract.png" />
- </div>
- <p>
- Subtract mode will remove the new selection area from any
- existing selection regions.
- </p>
- <p>
- </p>
- <div class="mediaobject">
- <img src="../images/tool-options/rectsel-mode-intersect.png" />
- </div>
- <p>
- Intersection mode will make a new selection from the area
- where the existing selection region and the new selection region
- overlap.
- </p>
- </dd>
- <dt>
- <span class="term">Antialiasing</span>
- </dt>
- <dd>
- <p>
- This option only affects a few of the selection tools: it
- causes the boundary of the selection to be drawn more
- smoothly.
- </p>
- </dd>
- <dt>
- <span class="term">Feather Edges</span>
- </dt>
- <dd>
- <p>
- This options allows the boundary of the selection to be
- blurred, so that points near the boundary are only partially
- selected. For further information regarding feathering, see
- the glossary entry
- <a href="go01.html#glossary-feathering">Feathering</a>.
- </p>
- </dd>
- </dl>
- </div>
- </div>
- <div class="simplesect" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h4 class="title"><a id="id3432734"></a>Additional information</h4>
- </div>
- </div>
- </div>
- <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
- <table border="0" summary="Note">
- <tr>
- <td rowspan="2" align="center" valign="top" width="25">
- <img alt="[Note]" src="../images/note.png" />
- </td>
- <th align="left">Note</th>
- </tr>
- <tr>
- <td colspan="2" align="left" valign="top">
- <p>
- When moving a selection beyond the boundaries of the image canvas,
- the selection will be cropped to the image area. Selections can
- exist on the visible canvas only. Selection movements and changes
- are, however, kept in the undo buffer should you need to repair an
- error.
- </p>
- </td>
- </tr>
- </table>
- </div>
- </div>
- </div>
- </div>
- <div class="navfooter">
- <hr />
- <table width="100%" summary="Navigation footer">
- <tr>
- <td width="40%" align="left"><a accesskey="p" href="ch03.html">Prev</a> </td>
- <td width="20%" align="center">
- <a accesskey="u" href="ch03.html">Up</a>
- </td>
- <td width="40%" align="right"> <a accesskey="n" href="ch03s02s02.html">Next</a></td>
- </tr>
- <tr>
- <td width="40%" align="left" valign="top">Chapter 3. Toolbox </td>
- <td width="20%" align="center">
- <a accesskey="h" href="index.html">Home</a>
- </td>
- <td width="40%" align="right" valign="top"> 2.2. Rectangle Selection Tool</td>
- </tr>
- </table>
- </div>
- </body>
- </html>
-